(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <proto/iffparse.h>
LONG PropChunk()
SYNOPSIS
struct IFFHandle * iff
LONG type
LONG id

LOCATION
In IFFParseBase at offset 19
FUNCTION
Installs an entry handler for chunks with the given type and id. When such chunk is encoutered, the entry handler will insert a StoredProperty in the proper context. A stored property chunk returned by FindProp() will be the valid property for the current context.

INPUTS
iff
pointer to IFFHandle struct.
type
type code for chunk to declare.
id
identifier for chunk to declare.
RESULT
error - 0 if successfull, IFFERR_#? otherwise.

NOTES
EXAMPLE
BUGS
SEE ALSO
PropChunks(), FindProp(), CollectionChunk()
INTERNALS
HISTORY
13.02.1997 digulla
Bugfix. Loads IFF pictures now.

Added lots of debug output

03.02.1997 digulla
Some major hacks because we don't have A6 - The IFFParseBase must be passed to the hooks in hook->h_Data.
03.02.1997 digulla
Iffparse.library as supplied by Nils H. Lorentzen